home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Applications / HyperCuber 2.0 / source / CEnhancedWindow < prev    next >
Encoding:
Text File  |  1994-04-29  |  21.5 KB  |  14 lines  |  [TEXT/KAHL]

  1. //|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2. //| CEnhancedWindow.cp
  3. //|
  4. //| This file contains the implementation of an enhanced window.  This window
  5. //| is more aware of multiple screens that a normal window, and can place
  6. //| and zoom itself intelligently depending on the screen setup.
  7. //|___________________________________________________________________________
  8.  
  9. #include "CControlsWindow.h"
  10. #include "CHyperCuberPrefs.h"
  11.  
  12.  
  13.  
  14. //=============================== Procedure Pro